Sorts the data collection according to the specified sort path and direction.
シンタックス
'宣言
Public Overloads Shared Function SortAsync(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As System.Linq.Expressions.Expression(Of Func(Of T,Object)), _
Optional ByVal As SortDirection _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task SortAsync<>(
IDataCollection<T> ,
System.Linq.Expressions.Expression<Func<T,object>> ,
SortDirection
)
where T: class
パラメータ
- dataCollection
- The data collection.
- sortPath
- The filter path.
- sortDirection
- The sort direction.
型パラメータ
- T
参照